Builder

class Builder : GeneratedMessage.Builder<BuilderT> , MeshProtos.QueueStatusOrBuilder

Protobuf type meshtastic.QueueStatus

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Free entries in the outgoing queue 
uint32 free = 2;
Link copied to clipboard
Maximum entries in the outgoing queue 
uint32 maxlen = 3;
Link copied to clipboard
What was mesh packet id that generated this response? 
uint32 mesh_packet_id = 4;
Link copied to clipboard
Last attempt to queue status, ErrorCode 
int32 res = 1;
Link copied to clipboard
fun getDescriptor(): Descriptors.Descriptor
Link copied to clipboard
open fun getDescriptorForType(): Descriptors.Descriptor
Link copied to clipboard
open fun getFree(): Int
Free entries in the outgoing queue 
uint32 free = 2;
Link copied to clipboard
open fun getMaxlen(): Int
Maximum entries in the outgoing queue 
uint32 maxlen = 3;
Link copied to clipboard
open fun getMeshPacketId(): Int
What was mesh packet id that generated this response? 
uint32 mesh_packet_id = 4;
Link copied to clipboard
open fun getRes(): Int
Last attempt to queue status, ErrorCode 
int32 res = 1;
Link copied to clipboard
Link copied to clipboard
open fun mergeFrom(other: Message): MeshProtos.QueueStatus.Builder
open fun mergeFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): MeshProtos.QueueStatus.Builder
Link copied to clipboard
Free entries in the outgoing queue 
uint32 free = 2;
Link copied to clipboard
Maximum entries in the outgoing queue 
uint32 maxlen = 3;
Link copied to clipboard
What was mesh packet id that generated this response? 
uint32 mesh_packet_id = 4;
Link copied to clipboard
Last attempt to queue status, ErrorCode 
int32 res = 1;